Expand description
See BoxFnOnce
and SendBoxFnOnce
.
Structsยง
BoxFnOnce
boxes anyFnOnce
function up to a certain number of arguments (10 as of now).SendBoxFnOnce
boxes anyFnOnce + Send
function up to a certain number of arguments (10 as of now).